/**************************************
GENERAL
************************************** */

body {
	height : 100%;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	background-color : #660000 ;
}

#window {
	width : 100%;
	min-height : 100%;
	text-align : center;
	margin-top : 0px;
}

#container {
	max-width : 980px;
	margin-left : auto;
	margin-right : auto;
	position : relative;
}

header {
	background-color : #912b2b;
	height : auto;
	width : 100%;
	border-bottom-width : 2px;
	border-bottom-style : solid;
	border-bottom-color : #f9d302;
	background-color : transparent;
	background-image : linear-gradient(to right, rgba(102, 0, 0, 1), rgba(143, 41, 41, 1));
	background-repeat : repeat;
	background-attachment : scroll;
	background-position : top left;
	display: -webkit-flex;
	display: flex;
}

#main {
	clear : both;
	position : relative;
	background-color : #fff;
	background-image : linear-gradient(to right, rgba(236, 226, 188, 1), rgba(250, 244, 221, 1), rgba(250, 244, 221, 1));
	background-repeat : repeat;
	background-attachment : scroll;
	background-position : top left;
	overflow : hidden;
	width : 100%;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	font-size : 14px;
	line-height : 19px;
	font-family : Arial, sans-serif;
	color : #362f2d;
	text-align : left;
	display : table;
}

#footer {
	width : 75%;
	height : 35px;
	color : #ffffff;
	font-family : 'Bitter', serif;
	font-size : 14px;
	line-height : 20px;
	font-weight : 400;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	padding-top : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_24238/site_24239/Layout/footer.jpg);
	background-repeat: no-repeat;
}

footer {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_24238/site_24239/Layout/footer.png);
	background-repeat: no-repeat;
	width: 80%;
	height: 35px;
	position: absolute;
	margin-top: -34.2px;
}

.main-column {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	position: relative;
	width: 67%;
}

.main-content {
	display : inline-block;
	position : relative;
	margin-bottom : 20px;
}

.sidebar-column {
	margin-bottom: 1em;
}

.sidebar-content ul {
	padding-right : 1em;
}

.sidebar-content img {
	position : relative;
	width : 100%;
}

h1 {
	font-family : 'Bitter', serif;
	font-size : 1.25em;
	color : #660000;
	line-height : 24px;
}

h2 {
	font-family : 'Gudea', serif;
	font-size : 1.25em;
	color : #faf4dd;
	width : 80%;
	background-color : #660000;
	padding-left : 5px;
}

h3,h4 {
	font-family : 'Bitter', serif;
	font-size : 1.25em;
	font-weight : 600;
	color : #660000;
	text-align : left;
	padding-left : .5em;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : -moz-initial;
	border-bottom-color : #faf4dd;
}

h5, .newsTitle {
	font-family : 'Bitter', serif;
	font-size : 1.1em;
	font-weight : 700;
	color : #912b2b;
	text-align : left;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
}

p {
	margin-bottom : 1em;
}

a {
	color : #000000;
	text-decoration : underline;
}

a:hover, a:focus {
	text-decoration : none;
}

.calendar {
	width : 99%;
}

/**************************************
NAVIGATION
************************************** */

#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}

.main-menu-btn {
	position: relative;
	display: block;
	padding: 0.815em 40px;
	height: 24px;
	overflow: hidden;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 15px;
	height: 2px;
	width: 24px;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.main-menu-btn-text {
	position: absolute;
	top: -99999px;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

.main-menu-btn-icon:after {
	content: '';
	top: 7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: transparent;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main-menu-state:not(:checked) ~ #navigation {
	display: none;
}

#main-menu-state:checked ~ #navigation {
	display: block;
}

/* Make sub indicators align to the left of the item */

.sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/* Hide sub indicator + when item is expanded - we enable the item link when it's expanded */

a.highlighted span.sub-arrow:before {
	display: block;
	content:'-';
}

nav ul li {
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 0;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

nav ul li ul {
	display : block;
	text-indent : 20px;
}

nav li {
	display : block;
}

nav[role=navigation] ul {
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 0;
}

nav[role=navigation] li a {
	display : block;
	padding-top : 0.8em;
	padding-right : 0.8em;
	padding-bottom : 0.8em;
	padding-left : 0.8em;
	color : #faf4dd;
	font-family : 'Bitter', serif;
	font-size : 1em;
	text-decoration : none;
	text-align : left;
}

nav[role=navigation] ul ul li a {
	font-size : 1em;
	text-align : left;
}

nav[role=navigation] li a:hover, nav[role=navigation] li a:focus {
	color : #FFFFFF;
}

/**************************************
HOME NEWS TICKER
************************************** */#nt {
	max-width : 210px;
	margin-top : auto;
	margin-right : auto;
	margin-bottom : auto;
	margin-left : auto;
	padding-top : 4px;
	padding-right : 4px;
	padding-bottom : 4px;
	padding-left : 4px;
}

#nt-container {
	margin-left : 7px;
	text-align : left;
}

#nt-container i {
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	cursor : pointer;
	-webkit-transition : all 0.1s ease-in-out;
	-moz-transition : all 0.1s ease-in-out;
	-ms-transition : all 0.1s ease-in-out;
	-o-transition : all 0.1s ease-in-out;
	transition : all 0.1s ease-in-out;
}

#nt-container i:hover, #nt-container i:focus {
	color : #333;
}

.nt-title {
	font-family : 'Bitter', serif;
	font-size : 1em;
	font-weight : 700;
	color : #912b2b;
	text-align : left;
}

#nt li {
	overflow : hidden;
	font-weight : normal;
	height : auto;
	padding-top : .5em;
	padding-right : .5em;
	padding-bottom : .5em;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
	text-align : left;
}

.newsItem {
	margin-top: 0;
}

.newsimage {
	width : 50px;
	float : left;
	padding-right : 4px;
}

li.newsLink a {
	color : #6F0F10;
	font-size: 1em;
}

#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}

.owl-theme .owl-controls .owl-page span {
	background: #fff;
}

.owl-theme .owl-controls .owl-page span {
	opacity: 0.75;
	background: #fff;
}

.fa {
	font-size : 12px;
}

i.fa.fa-angle-double-right {
	font-size: 16px !important;
}

.owl-buttons {
	display: none;
}

#nt-container {
	text-align : left;
	margin-top : .938em;
}

.readmore-link {
	display: inline-block;
	margin-top: 5px;
	margin-left : 0px;
	padding: 0;
}

a.readmore-link {
	border-bottom: 1px dotted #fff;
}

a.readmore-link:hover, a.readmore-link:focus, .readmore-link:hover, .readmore-link:focus {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 0;
}

.item p {
	margin-left : 0px;
}

.owl-wrapper-outer.autoHeight {
	max-width: 158px!important;
}

.item {
	margin-left: 5px;
	margin-right: 5px
}

.owl-pagination {
	display: none!important;
}

.owl-buttons {
	display: block;
}

.owl-theme .owl-controls .owl-buttons div {
	background: #660000!important;
	opacity: 1!important;
}

/**************************************
QUICK LINKS
************************************** */

.quicklinkscontainer {
	display:none;
	height : 140px;
	margin-top : 0;
}

.quicklinks {
	height : 30px;
}

.quicklinks.parents ul {
	z-index : 900;
}

.quicklinks.students ul {
	z-index : 800;
}

.quicklinks.employees ul {
	z-index : 700;
}

.quicklinks.community ul {
	z-index : 600;
}

.quicklinks ul {
	margin: 0;
}

li.ql {
	position : absolute;
	background-color : #faf4dd;
	color : #362f2d;
	padding-top : 3px;
	padding-right : 3px;
	padding-bottom : 3px;
	padding-left : 3px;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : -12%;
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
	width : 135px;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #d0c4aa;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #d0c4aa;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #d0c4aa;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #d0c4aa;
	text-align : left;
	font-family : Arial, serif;
	font-size : .9em;
}

li.ql:hover, li.ql:focus {
	background-color : #912b2b;
	border-top-width : medium;
	border-top-style : none;
	border-top-color : #d0c4aa;
	border-right-width : medium;
	border-right-style : none;
	border-right-color : #d0c4aa;
	border-bottom-width : medium;
	border-bottom-style : none;
	border-bottom-color : #d0c4aa;
	border-left-width : medium;
	border-left-style : none;
	border-left-color : #d0c4aa;
	color : #faf4dd;
}

li.ql ul {
	position : absolute;
	padding-top : 8px;
	padding-right : 0px;
	padding-bottom : 0px;
	padding-left : 50px;
}

li.ql ul li a {
	font-family : Arial, sans-serif;
	font-size : .9em;
	line-height : 10px;
	text-align : left;
	display : block;
	height : auto;
	width : 150%;
	margin-left : -2em;
	padding-top : 5px;
	padding-right : 10px;
	padding-bottom : 5px;
	padding-left : 10px;
	color : #362f2d;
	background-color : #faf4dd;
	background-image : none;
	background-repeat : repeat;
	background-attachment : scroll;
	background-position : top left;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #d0c4aa;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #d0c4aa;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #d0c4aa;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #d0c4aa;
	text-indent: 0;
}

li.ql ul li a:hover, li.ql ul li a:focus, .quicklinkscontainer-mobile ul li a {
	background-color : #912b2b;
	color : #faf4dd;
	text-decoration: underline;
}

ul.ql li.ql a, .quicklnkscontainer-mobile {
	text-decoration : none;
}

ul.ql li.ql a:hover, ul.ql li.ql a:focus, .quicklinks-mobile a:hover, .quicklinks-mobile a:focus {
	text-decoration: underline;
}

li.ql a:hover, li.ql a:focus, .quicklinks-mobile a:hover, .quicklinks-mobile a:focus {
	background-color : #912b2b;
	color : #faf4dd;
	text-decoration: underline;
}

ul.ql li ul {
	display : none;
}

ul.ql li:hover ul, ul.ql li:focus ul {
	display : block;
	text-decoration: underline;
}

ul.ql li ul li {
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

.quicklinkscontainer-mobile {
	background-color: #faf4dd;
	color: #362f2d;
	padding-top: 3px;
	padding-right: 1em;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 2em;
	margin-left: 1%;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	width: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0c4aa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d0c4aa;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0c4aa;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d0c4aa;
	text-align: left;
	font-family: Arial, serif;
	font-size : .9em;
}

.quicklinkscontainer-mobile a {
	text-decoration: none;
	color: #362f2d;
}

.quicklinkscontainer-mobile ul {
	line-height: 1.2;
	color: #362f2d;
}

.quicklinkscontainer-mobile ul li a {
	background-color: transparent;
	padding: 0;
	color: #362f2d;
}

.quicklinkscontainer-mobile ul li a:hover, .quicklinkscontainer-mobile ul li a:focus {
	text-decoration: underline;
}

.quicklinkscontainer-mobile a:hover, .quicklinkscontainer-mobile a:focus {
	text-decoration: underline;
}

/**************************************
SEARCH
************************************** */.search {
	background-image : url(https://www.aiacharterschools.org/accnt_10492/site_10493/Layout/header_search_bk.gif);
	background-repeat : no-repeat;
	display : inline;
	float : right;
	width : 174px;
	height : 44px;
	padding-top : 13px;
	padding-left : 8px;
}

.gsc-control-cse {
	background-color : transparent ;
	border-top-width : 0px;
	border-top-style : solid;
	border-top-color : #FFF;
	border-right-width : 0px;
	border-right-style : solid;
	border-right-color : #FFF;
	border-bottom-width : 0px;
	border-bottom-style : solid;
	border-bottom-color : #FFF;
	border-left-width : 0px;
	border-left-style : solid;
	border-left-color : #FFF;
}

#___gcse_0 {
	position : absolute;
	margin-top : -10px;
}

.gsc-input-box {
	width : 134px;
}

.gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	border-top-width : 0px;
	border-top-style : solid;
	border-top-color : #FFF;
	border-right-width : 0px;
	border-right-style : solid;
	border-right-color : #FFF;
	border-bottom-width : 0px;
	border-bottom-style : solid;
	border-bottom-color : #FFF;
	border-left-width : 0px;
	border-left-style : solid;
	border-left-color : #FFF;
	background-color : transparent;
	box-shadow : 0 0 0 #FFF ;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	opacity : 0;
}

/**************************************
FAQ
************************************** */

#faqcontainer {
	text-align : left;
}

#faqcontainer ul {
	padding-top : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
}

a.backtotop {
	font-size : 9px;
	font-family : verdana, arial, helvetica;
	text-decoration : none;
}

a.backtotop:hover, a.backtotop:focus {
	text-decoration : underline;
}

/**************************************
CONTACT MANAGER
************************************** */.contact {
	width : 33%;
	float : left;
}

/**************************************
WEB LINKS
************************************** */.weblinks {
	display : block;
	margin-top : 0;
	margin-right : auto;
	margin-bottom : 0;
	margin-left : auto;
}

/**************************************
FORMS
************************************** */td.label b {
	font-family : 'Crimson Text', serif;
	font-size : 24px;
	line-height : 30px;
	font-weight : 400;
	display : block;
	width : 250px;
	margin-top : 20px;
	margin-right : 0;
	margin-bottom : 20px;
	margin-left : 0;
}

form table tbody tr td input, form table tbody tr td select {
	margin-bottom : 5px;
}

table {
	border-collapse : collapse;
}

table {
	border-collapse : collapse;
}

td {
	padding-top : .4em;
	padding-bottom : .4em;
}

input[type=text], textarea {
	width : 400px;
}

input[type=submit] {
	margin-top : 10px;
}

/**************************************
COPYRIGHT
************************************* */#copyright {
	position : relative;
	color : #faf4dd;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
	margin-top : 1em;
	font-size : .75em;
}

#copyright a {
	color : #faf4dd;
}

.headertop {
	margin: auto;
	padding: 10px;
}

.schoolname {
	display : block;
	font-family : 'Merriweather', serif;
	font-size : 2.8vwm;
	color : #faf4dd;
	letter-spacing : .03em;
	margin-top : 1em;
	margin-bottom : .3em;
	margin-left : auto;
	margin-right: auto;
}

.mission {
	display: none;
}

.logo {
	display: block;
	margin: 0 auto;
	z-index: 5;
}

.header-banner {
	display: none;
}

.main-column {
	display: block;
	width: 100%;
}

.main-content {
	float: none;
	max-width: 100%;
	margin-left: 1em;
	padding-right: 1em;
}

h2 {
	font-weight: 400;
	font-size: 1.2em;
	padding: 5px;
}

h3, h4 {
	margin-left: 10px;
	padding-left: 0;
	margin-top: 0;
}

img.homegraphic, img {
	display: none;
}

.sidebar-column {
	width: 100%
}

.sidebar-content, sidebar-content p {
	display: inline;
	margin-left: 1em;
}

.sidebar-content img {
	display: none;
}

.quicklinkscontainer, .quicklinks {
	margin-left: 1em;
}

#nt {
	max-width: 100%;
}

.address {
	font-family: 'Gudea', sans-serif;
	font-size: 0.85em;
	font-weight: 700;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 1em;
	margin-left: 1em;
}

.chalkboard {
	display: none;
}

footer {
	display: none;
}

i.fa.fa-bars {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#skip a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}

#skip a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#6d6d6d;
	outline:0;
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
}

.skip a {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.skip a:focus {
	position:absolute;
	left:0px;
	top:0px;
}

.button {
	background: #660000;
	margin: 15px auto;
	padding: 10px;
	width: 78%;
	max-width: 300px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #660000;
	text-align: center;
	display: block;
	transition: all .2s ease-in-out;
}

.button:hover,
.button:focus {
	transform: scale(.95);
	text-decoration: none;
}

.button a {
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
}

/******* 30em and WIDER ********** */

@media screen and (min-width: 30em) {
	.mission span.openquote {
	font-size : 160%;
	font-family : 'Passion One', cursive;
	padding-right : 2.5px;
	color : #bb7676;
	margin-top : -16em;
}

.mission span.closequote {
	font-size : 160%;
	font-family : 'Passion One', cursive;
	padding-left : 2.5px;
	color : #bb7676;
	margin-top : -16em;
}

.mission {
	display : block;
	color : #faf4dd;
	font-size : .75em;
	letter-spacing : .03em;
	margin-left : 1.8em;
	height : auto;
	margin-top : -15px;
	margin-bottom : 5px;
	padding-top : 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

h2 {
	font-family : 'Gudea', serif;
	background-color : -webkit-linear-gradient(left, rgba(102, 0, 0, 1), rgba(255,0,0,0));
	background-color : transparent;
	background-image : linear-gradient(to right, rgba(102, 0, 0, 1), rgba(255, 0, 0, 0));
	background-repeat : repeat;
	background-attachment : scroll;
	background-position : top left;
}

.schoolname {
	font-size : .9em;
}

.quicklinks {
	float: left;
	width: 34%;
	margin-left: 0;
}

.quicklinkscontainer {
	margin-left: 0;
	height: 90px;
	margin-top: -1em;
}

li.ql {
	margin-left : -4%;
}


}

/******* 38em and WIDER ********** */

@media screen and (min-width: 38em) {
	footer {
	display: block;
	width: 85%;
	border-top-right-radius: 20px;
}

.quicklinks {
	width: 25%;
}


}

/******* 45em and WIDER ********** */

@media screen and (min-width: 45em) {
	/****** Desktop Nav ******* */

.main-menu-btn {
	position: absolute;
	top: -99999px;
}

#main-menu-state:not(:checked) ~ #navigation {
	display: block;
}

#main-menu-state {
	display: none;
}

.sub-arrow {
	display: none;
}

nav.nav {
	padding-top: 5px;
}

.logo {
	margin-left: .75em;
	margin-top: -1.5em;
	position: absolute;
	width: 15.5%;
	max-width: 154px;
}

.schoolname {
	text-align: left;
	margin-left: 1%;
	width: 77%;
	position: relative;
	margin-top:1.25em;
	font-size : 1em;
	float: left;
}

.mission {
	text-align: left;
	margin-left: 1%;
	margin-top: 0;
	margin-bottom: 0;
	font-size : .85em;
	float: left;
	line-height: .85em;
	padding-top: 0;
}

.header-banner {
	display: block;
	width: 100%;
	top: .5em;
	position: relative;
}

#navigation {
	width : 90%;
	margin-left : 10%;
	position: relative;
	border-bottom-width : 0px;
	border-bottom-style : solid;
	border-bottom-color : rgba(255, 255, 255, .3);
}

nav[role=navigation] ul {
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 2em;
	border-top-width : 0;
	border-top-style : none;
	border-top-color : -moz-initial;
	border-right-width : 0;
	border-right-style : none;
	border-right-color : -moz-initial;
	border-bottom-width : 0;
	border-bottom-style : none;
	border-bottom-color : -moz-initial;
	border-left-width : 0;
	border-left-style : none;
	border-left-color : -moz-initial;
	text-align : right;
	width: 92%;
}

nav[role=navigation] ul li {
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
	font-size : 1.5vw;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
}

nav[role=navigation] li {
	display : inline-block;
	margin-left : .5em;
	padding-top : 2px;
	padding-right : 0;
	padding-bottom : 6px;
	padding-left : 0;
}

nav[role=navigation] li a {
	padding-top : .5em;
	padding-right : .3em;
	padding-bottom : .8em;
	margin-bottom: -0.5em;
	padding-left : .3em;
	text-align : center;
	font-size : 1em;
	border-bottom-width : 0;
	border-bottom-style : solid;
	border-bottom-color : #000;
	color : #FAF4DD;
}

nav[role=navigation] li a:hover, nav[role=navigation] li a:focus {
	color : #D99819;
	text-decoration: underline;
}

nav[role=navigation] ul ul {
	top : 100%;
	width : 160px;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : -moz-initial;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : -moz-initial;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : -moz-initial;
	border-bottom-width : 0;
	border-bottom-style : none;
	border-bottom-color : -moz-initial;
	position : absolute;
	background-color : #8C2626;
	padding-left : 0;
	text-indent : 0;
	float : none;
	z-index : 1000;
	margin-left: 10px;
}

nav[role=navigation] ul ul li {
	font-size :1em;
	margin: 0;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : -moz-initial;
	float : none;
	position : relative;
	display : block;
	padding-left: 0;
}

nav[role=navigation] ul ul li a {
	padding-left : 5px;
	padding-right : 5px;
	font-size : .8em;
	margin-bottom : 0;
	font-weight : 400;
	text-align : left;
}

nav[role=navigation] ul ul li a:hover, nav[role=navigation] ul ul li a:focus {
	color : #660000;
	background-color : #FAF4DD;
}

h3 {
	padding-left: 7px;
	margin-left: 0;
}

.sidebar-content {
	width : 16.5%;
	right : 5%;
	top : 0;
	bottom : 0;
}

.sidebar-content ul {
	margin-left: 30px;
	margin-right: 10px;
	padding: 0;
	line-height: 22px;
	font-size: 13px;
}

.address {
	font-size : .75em;
}

.quicklinks {
	width: 92%;
	margin-left: 2%;
	height: auto;
	padding: 2px;
}

.quicklinks ul {
	padding: 0;
	margin: 0 auto;
}

.quicklinks ul ul {
	margin-top: 0px;
}

.quicklinkscontainer {
	height: 140px;
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
}

.quicklinkscontainer-mobile {
	display: none;
}

li.ql {
	margin-left: 0;
	width: 100%;
	position: relative;
	margin: 0 1%;
	padding: 5px;
}

ul.ql li.ql a {
	font-size: .9em;
	width: 97%;
	height: auto;
	margin-left: 5%;
}

li.ql ul {
	margin-left: -2em;
	width: 180px;
}

.main-content {
	float : left;
	margin-left : 4%;
	margin-right: 10%;
	display : inline-block;
	position : relative;
	margin-bottom: 50px;
}

.sidebar-column {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	position: relative;
	width: 18.25%;
	right: 4%;
	background-color: #EBE0C8;
	right : 5%;
	top : 0;
	bottom : 0;
}

.sidebar-content:before {
	content: '';
	position: absolute;
	height: 100%;
	bottom: 0;
	width: 18.5%;
	z-index: -1;
	background-color: #a20403;
	float: left;
	left: 0;
}

.sidebar-content img {
	display : inline-block;
}

.address {
	text-align : right;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #660000;
	font-size : .7em;
	padding-left : 5px;
}

footer {
	display: block;
	width: 72%;
	border-top-right-radius: 20px;
}

img.homegraphic {
	display : inline;
	width : 85%;
	margin-left : 3em;
	padding-top: -1.5em;
	padding-bottom: 30px;
}

img {
	display: block;
}

img.body {
	display: block;
	margin-top: -1em;
}

ul.ql li.ql a {
	font-size : .9em;
	line-height: 1.2;
}

.chalkboard {
	display: block;
}

.weblinks-list {
	display: none;
}


}

/******* 62.4em and WIDER ********** */

@media screen and (min-width: 62.4em) {
	nav[role=navigation] li a {
	padding-right: 0;
	padding-left: .5em;
	font-size: .9em;
}

nav[role=navigation] ul ul {
	margin-left: 0px;
}

.sidebar-column {
	width: 16.5%;
}


}

/******* 67em and WIDER ********** */

@media screen and (min-width: 67em) {
	.quicklinks {
	margin-left: 3%;
}

li.ql ul {
	width: 200px;
}


}

/*******75em and WIDER ********** */

@media screen and (min-width: 75em) {
	nav[role=navigation] ul li {
	padding-left: 10px;
	font-size: 1em;
}


}

